home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Text⁄Files / MacPS source / macps.1 < prev    next >
Encoding:
Text File  |  1989-01-17  |  1.3 KB  |  44 lines  |  [TEXT/????]

  1. .TH MACPS 1 "19 Sept 1988"
  2. .UC 4
  3. .SH NAME
  4. macps \- print Macintosh-created PostScript file on Unix
  5. .SH SYNOPSIS
  6. .B macps
  7. [
  8. file
  9. ]
  10. .SH DESCRIPTION
  11. .I Macps
  12. takes the command-line file (or the standard input if no filename is given),
  13. and prepends the appropriate Macintosh LaserPrep file (e.g., those generated
  14. by
  15. .IR prepfix (1)).
  16. The standard output can then be directed to a PostScript printer, via
  17. .IR lpr (1),
  18. for example.
  19. .PP
  20. The input PostScript file is generated on a Macintosh by typing (and holding)
  21. command-F immediately after clicking the OK button of the LaserWriter printer
  22. dialog box.
  23. Another dialog will appear, confirming that a file named ``PostScript'' is
  24. being created (the command-F keys can be released now).
  25. This file can then be uploaded via some file transfer program, such as
  26. MacTerminal/VersaTerm and
  27. .IR macget (1)
  28. or MacKermit/Red Ryder and
  29. .IR kermit (1).
  30. .SH FILES
  31. .TP "\w'lib/macps.config   'u"
  32. lib/macps.config
  33. Maps ProcSet ids to ProcSet filenames
  34. .SH "SEE ALSO"
  35. lpr(1), macget(1), kermit(1), prepfix(1)
  36. .SH BUGS
  37. .I Macps
  38. only works with version 4.0 and up of the Macintosh LaserPrep files, as
  39. well as Aldus PageMaker, Adobe Illustrator and FullWrite Professional
  40. LaserPrep files.
  41. Because of the way bit smoothing is implimented by the LaserWriter driver,
  42. many PostScript printers other than the Apple LaserWriters will not be able to
  43. bit smooth.
  44.